code_checker ~master (2018-07-16T19:27:17Z)
Dub
Repo
Sandbox.writeFile
unit_threaded
integration
Sandbox
Write a file to the sandbox
void
writeFile
(
in
string
fileName
,
in
string
output
=
""
)
struct
Sandbox
void
writeFile
const
(
in
string
fileName
,
in
string
output
= ""
)
void
writeFile
(
in
string
fileName
,
in
string
[]
lines
)
Meta
Source
See Implementation
unit_threaded
integration
Sandbox
functions
shouldEqualContent
shouldEqualLines
shouldExist
shouldFail
shouldNotExist
shouldSucceed
writeFile
static functions
opCall
Write a file to the sandbox